From: Eric S. Raymond Date: Fri, 19 Mar 1993 05:27:03 +0000 (+0000) Subject: Added unlock and relock. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96804 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a6af86963639a8c4ed94f3b79589b6a6df3fbe5a;p=emacs.git Added unlock and relock. --- diff --git a/src/Makefile.in b/src/Makefile.in index a540ef860f8..7ab05dba58f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -52,6 +52,15 @@ temacs: dotemacs dotemacs: xmakefile $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs +SOURCES = *.[ch] [sm]/* COPYING Makefile.in ymakefile \ + config.h.in README COPYING ChangeLog vms.pp-trans +unlock: + chmod u+w $(SOURCES) + +relock: + chmod -w $(SOURCES) + chmod +w paths.h + ### Some makes, like Ultrix's make, complain if you put a comment in ### the middle of a rule's command list! Dummies.